collection cycle meaning in Chinese
收款环节
Examples
- The duration of collection cycles in a copying collector is driven by the number of live objects
复制收集器的收集周期时间是由活跃对象的数量决定的。 - A managed object with no remaining references is collected during the next garbage - collection cycle
在下一次垃圾回收循环中,将回收无剩余引用的托管对象。 - Displays the percentage of elapsed time that was spent performing a garbage collection since the last garbage collection cycle
显示自上次垃圾回收周期后执行垃圾回收所用运行时间的百分比。 - To ensure that its physical address is not changed during a garbage collection cycle while the unmanaged function executes
固定此指针,以确保执行该非托管函数时,其物理地址在垃圾回收周期期间不发生更改。在 - To prevent the string data from being relocated , should a garbage collection cycle take place while the unmanaged function executes
固定内存,如果在非托管函数执行时出现垃圾回收周期,这样做可以防止字符串数据被重新定位。